home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000255_news@newsmaster….columbia.edu _Wed Jul 8 11:34:08 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA12332
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 8 Jul 1998 11:34:07 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA12039
  7.     for kermit.misc@watsun; Wed, 8 Jul 1998 11:34:06 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.sys.stratus,comp.protocols.kermit.misc
  11. Subject: Re: IS:: Re: How to page using C-Kermit on Stratus VOS?
  12. Date: 8 Jul 1998 15:34:04 GMT
  13. Organization: Columbia University
  14. Lines: 56
  15. Message-ID: <6o03hc$hbq$1@apakabar.cc.columbia.edu>
  16. References: <_YHUGNXS_081010_JUL_98__jG9ffEVH*/S=YHUGNXS/O=typeb/ADMD=sitamail/C=ww/_@MHS>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.sys.stratus:5008 comp.protocols.kermit.misc:8955
  19.  
  20. In article
  21. <_YHUGNXS_081010_JUL_98__jG9ffEVH*/S=YHUGNXS/O=typeb/ADMD=sitamail/C=ww/_@MHS>,
  22. Somebody wrote:
  23. : > While its possible to use a tool like C-Kermit or other scripting tools
  24. : > to send numeric pages it is not very reliable. If the line is busy, the
  25. : > call takes a long time complete, you don't get a clean connection, the
  26. : > modem gets into a bad state and needs to be reset, etc etc you might not
  27. : > get the page. Also some of these things like "quiet" answer work
  28. : > differently on different modems.
  29. :
  30. C-Kermit redials automatically until the call is answered, and it knows
  31. about all different kinds of modems.  C-Kermit can send a numeric page as
  32. well as any other software can.
  33.  
  34. : > It is much more reliable to use a product like our SFAX product that
  35. : > uses the TAP protocol.
  36. :
  37. Or any other product that can send Alpha pages using TAP, such as C-Kermit.
  38. However, you can't send an Alpha page to a numeric pager, so when somebody
  39. says they need to send a numeric page, they very well might have a good
  40. reason for saying so.
  41.  
  42. : > This protocol guarantees that the paging
  43. : > service has your message in their system. It includes things like ACKs
  44. : > and NAKs, and checksums. TAP is useful and preferred even for numeric-
  45. : > only pagers; you don't have to have an alpha pager to use it. 
  46. That's exactly what C-Kermit does when you use it to send an Alpha page.
  47.  
  48. More about C-Kermit at:
  49.  
  50.   http://www.columbia.edu/kermit/ck60.html
  51.  
  52. And, specifically about paging:
  53.  
  54.   http://www.columbia.edu/kermit/ck60.html#pagers
  55.  
  56. : I spent my own money to buy the C-Kermit manual and the CD-ROM in an
  57. : attempt to show how paging would improve our service. I can use Expect
  58. : with Linux to do the same thing.
  59. Or C-Kermit.  For those who are not aware, C-Kermit runs not only on VOS,
  60. but also on Linux and all other varieties of UNIX (hundreds of them), as
  61. well as VMS, AOS/VS, and many other platforms, and so therefore the exact
  62. same procedures can be used to send pages, make connections, transfer files,
  63. and so forth, and the scripting language is identical from platform to
  64. platform.  You can use it for serial connections, for TCP/IP connections, 
  65. and X.25 connections.  Learn it once, use it everywhere for many purposes.
  66.  
  67. If you are having trouble sending pages with C-Kermit, or using any of its
  68. other functions, you are welcome to send a report by email to:
  69.  
  70.   kermit-support@columbia.edu
  71.  
  72. - Frank